3.335 \(\int \frac {(e+f x) \cosh (c+d x) \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx\)

Optimal. Leaf size=212 \[ -\frac {a f \text {Li}_2\left (-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d^2}-\frac {a f \text {Li}_2\left (-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b^2 d^2}-\frac {a (e+f x) \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b^2 d}-\frac {a (e+f x) \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b^2 d}+\frac {a (e+f x)^2}{2 b^2 f}-\frac {f \cosh (c+d x)}{b d^2}+\frac {(e+f x) \sinh (c+d x)}{b d} \]

[Out]

1/2*a*(f*x+e)^2/b^2/f-f*cosh(d*x+c)/b/d^2-a*(f*x+e)*ln(1+b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/b^2/d-a*(f*x+e)*ln(
1+b*exp(d*x+c)/(a+(a^2+b^2)^(1/2)))/b^2/d-a*f*polylog(2,-b*exp(d*x+c)/(a-(a^2+b^2)^(1/2)))/b^2/d^2-a*f*polylog
(2,-b*exp(d*x+c)/(a+(a^2+b^2)^(1/2)))/b^2/d^2+(f*x+e)*sinh(d*x+c)/b/d

________________________________________________________________________________________

Rubi [A]  time = 0.31, antiderivative size = 212, normalized size of antiderivative = 1.00, number of steps used = 10, number of rules used = 7, integrand size = 30, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.233, Rules used = {5579, 3296, 2638, 5561, 2190, 2279, 2391} \[ -\frac {a f \text {PolyLog}\left (2,-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d^2}-\frac {a f \text {PolyLog}\left (2,-\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}\right )}{b^2 d^2}-\frac {a (e+f x) \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )}{b^2 d}-\frac {a (e+f x) \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )}{b^2 d}+\frac {a (e+f x)^2}{2 b^2 f}-\frac {f \cosh (c+d x)}{b d^2}+\frac {(e+f x) \sinh (c+d x)}{b d} \]

Antiderivative was successfully verified.

[In]

Int[((e + f*x)*Cosh[c + d*x]*Sinh[c + d*x])/(a + b*Sinh[c + d*x]),x]

[Out]

(a*(e + f*x)^2)/(2*b^2*f) - (f*Cosh[c + d*x])/(b*d^2) - (a*(e + f*x)*Log[1 + (b*E^(c + d*x))/(a - Sqrt[a^2 + b
^2])])/(b^2*d) - (a*(e + f*x)*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a^2 + b^2])])/(b^2*d) - (a*f*PolyLog[2, -((b*E
^(c + d*x))/(a - Sqrt[a^2 + b^2]))])/(b^2*d^2) - (a*f*PolyLog[2, -((b*E^(c + d*x))/(a + Sqrt[a^2 + b^2]))])/(b
^2*d^2) + ((e + f*x)*Sinh[c + d*x])/(b*d)

Rule 2190

Int[(((F_)^((g_.)*((e_.) + (f_.)*(x_))))^(n_.)*((c_.) + (d_.)*(x_))^(m_.))/((a_) + (b_.)*((F_)^((g_.)*((e_.) +
 (f_.)*(x_))))^(n_.)), x_Symbol] :> Simp[((c + d*x)^m*Log[1 + (b*(F^(g*(e + f*x)))^n)/a])/(b*f*g*n*Log[F]), x]
 - Dist[(d*m)/(b*f*g*n*Log[F]), Int[(c + d*x)^(m - 1)*Log[1 + (b*(F^(g*(e + f*x)))^n)/a], x], x] /; FreeQ[{F,
a, b, c, d, e, f, g, n}, x] && IGtQ[m, 0]

Rule 2279

Int[Log[(a_) + (b_.)*((F_)^((e_.)*((c_.) + (d_.)*(x_))))^(n_.)], x_Symbol] :> Dist[1/(d*e*n*Log[F]), Subst[Int
[Log[a + b*x]/x, x], x, (F^(e*(c + d*x)))^n], x] /; FreeQ[{F, a, b, c, d, e, n}, x] && GtQ[a, 0]

Rule 2391

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> -Simp[PolyLog[2, -(c*e*x^n)]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3296

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> -Simp[((c + d*x)^m*Cos[e + f*x])/f, x] +
Dist[(d*m)/f, Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rule 5561

Int[(Cosh[(c_.) + (d_.)*(x_)]*((e_.) + (f_.)*(x_))^(m_.))/((a_) + (b_.)*Sinh[(c_.) + (d_.)*(x_)]), x_Symbol] :
> -Simp[(e + f*x)^(m + 1)/(b*f*(m + 1)), x] + (Int[((e + f*x)^m*E^(c + d*x))/(a - Rt[a^2 + b^2, 2] + b*E^(c +
d*x)), x] + Int[((e + f*x)^m*E^(c + d*x))/(a + Rt[a^2 + b^2, 2] + b*E^(c + d*x)), x]) /; FreeQ[{a, b, c, d, e,
 f}, x] && IGtQ[m, 0] && NeQ[a^2 + b^2, 0]

Rule 5579

Int[(Cosh[(c_.) + (d_.)*(x_)]^(p_.)*((e_.) + (f_.)*(x_))^(m_.)*Sinh[(c_.) + (d_.)*(x_)]^(n_.))/((a_) + (b_.)*S
inh[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[1/b, Int[(e + f*x)^m*Cosh[c + d*x]^p*Sinh[c + d*x]^(n - 1), x], x]
 - Dist[a/b, Int[((e + f*x)^m*Cosh[c + d*x]^p*Sinh[c + d*x]^(n - 1))/(a + b*Sinh[c + d*x]), x], x] /; FreeQ[{a
, b, c, d, e, f}, x] && IGtQ[m, 0] && IGtQ[n, 0] && IGtQ[p, 0]

Rubi steps

\begin {align*} \int \frac {(e+f x) \cosh (c+d x) \sinh (c+d x)}{a+b \sinh (c+d x)} \, dx &=\frac {\int (e+f x) \cosh (c+d x) \, dx}{b}-\frac {a \int \frac {(e+f x) \cosh (c+d x)}{a+b \sinh (c+d x)} \, dx}{b}\\ &=\frac {a (e+f x)^2}{2 b^2 f}+\frac {(e+f x) \sinh (c+d x)}{b d}-\frac {a \int \frac {e^{c+d x} (e+f x)}{a-\sqrt {a^2+b^2}+b e^{c+d x}} \, dx}{b}-\frac {a \int \frac {e^{c+d x} (e+f x)}{a+\sqrt {a^2+b^2}+b e^{c+d x}} \, dx}{b}-\frac {f \int \sinh (c+d x) \, dx}{b d}\\ &=\frac {a (e+f x)^2}{2 b^2 f}-\frac {f \cosh (c+d x)}{b d^2}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b^2 d}+\frac {(e+f x) \sinh (c+d x)}{b d}+\frac {(a f) \int \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right ) \, dx}{b^2 d}+\frac {(a f) \int \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right ) \, dx}{b^2 d}\\ &=\frac {a (e+f x)^2}{2 b^2 f}-\frac {f \cosh (c+d x)}{b d^2}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b^2 d}+\frac {(e+f x) \sinh (c+d x)}{b d}+\frac {(a f) \operatorname {Subst}\left (\int \frac {\log \left (1+\frac {b x}{a-\sqrt {a^2+b^2}}\right )}{x} \, dx,x,e^{c+d x}\right )}{b^2 d^2}+\frac {(a f) \operatorname {Subst}\left (\int \frac {\log \left (1+\frac {b x}{a+\sqrt {a^2+b^2}}\right )}{x} \, dx,x,e^{c+d x}\right )}{b^2 d^2}\\ &=\frac {a (e+f x)^2}{2 b^2 f}-\frac {f \cosh (c+d x)}{b d^2}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d}-\frac {a (e+f x) \log \left (1+\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b^2 d}-\frac {a f \text {Li}_2\left (-\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}\right )}{b^2 d^2}-\frac {a f \text {Li}_2\left (-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )}{b^2 d^2}+\frac {(e+f x) \sinh (c+d x)}{b d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.07, size = 206, normalized size = 0.97 \[ \frac {-a \left (f \text {Li}_2\left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}-a}\right )+f \text {Li}_2\left (-\frac {b e^{c+d x}}{a+\sqrt {a^2+b^2}}\right )+f (c+d x) \log \left (\frac {b e^{c+d x}}{a-\sqrt {a^2+b^2}}+1\right )+f (c+d x) \log \left (\frac {b e^{c+d x}}{\sqrt {a^2+b^2}+a}+1\right )+d e \log (a+b \sinh (c+d x))-c f \log (a+b \sinh (c+d x))-\frac {1}{2} f (c+d x)^2\right )+b d (e+f x) \sinh (c+d x)-b f \cosh (c+d x)}{b^2 d^2} \]

Antiderivative was successfully verified.

[In]

Integrate[((e + f*x)*Cosh[c + d*x]*Sinh[c + d*x])/(a + b*Sinh[c + d*x]),x]

[Out]

(-(b*f*Cosh[c + d*x]) - a*(-1/2*(f*(c + d*x)^2) + f*(c + d*x)*Log[1 + (b*E^(c + d*x))/(a - Sqrt[a^2 + b^2])] +
 f*(c + d*x)*Log[1 + (b*E^(c + d*x))/(a + Sqrt[a^2 + b^2])] + d*e*Log[a + b*Sinh[c + d*x]] - c*f*Log[a + b*Sin
h[c + d*x]] + f*PolyLog[2, (b*E^(c + d*x))/(-a + Sqrt[a^2 + b^2])] + f*PolyLog[2, -((b*E^(c + d*x))/(a + Sqrt[
a^2 + b^2]))]) + b*d*(e + f*x)*Sinh[c + d*x])/(b^2*d^2)

________________________________________________________________________________________

fricas [B]  time = 0.49, size = 692, normalized size = 3.26 \[ -\frac {b d f x + b d e - {\left (b d f x + b d e - b f\right )} \cosh \left (d x + c\right )^{2} - {\left (b d f x + b d e - b f\right )} \sinh \left (d x + c\right )^{2} + b f - {\left (a d^{2} f x^{2} + 2 \, a d^{2} e x + 4 \, a c d e - 2 \, a c^{2} f\right )} \cosh \left (d x + c\right ) + 2 \, {\left (a f \cosh \left (d x + c\right ) + a f \sinh \left (d x + c\right )\right )} {\rm Li}_2\left (\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) + {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b} + 1\right ) + 2 \, {\left (a f \cosh \left (d x + c\right ) + a f \sinh \left (d x + c\right )\right )} {\rm Li}_2\left (\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) - {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b} + 1\right ) + 2 \, {\left ({\left (a d e - a c f\right )} \cosh \left (d x + c\right ) + {\left (a d e - a c f\right )} \sinh \left (d x + c\right )\right )} \log \left (2 \, b \cosh \left (d x + c\right ) + 2 \, b \sinh \left (d x + c\right ) + 2 \, b \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} + 2 \, a\right ) + 2 \, {\left ({\left (a d e - a c f\right )} \cosh \left (d x + c\right ) + {\left (a d e - a c f\right )} \sinh \left (d x + c\right )\right )} \log \left (2 \, b \cosh \left (d x + c\right ) + 2 \, b \sinh \left (d x + c\right ) - 2 \, b \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} + 2 \, a\right ) + 2 \, {\left ({\left (a d f x + a c f\right )} \cosh \left (d x + c\right ) + {\left (a d f x + a c f\right )} \sinh \left (d x + c\right )\right )} \log \left (-\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) + {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b}\right ) + 2 \, {\left ({\left (a d f x + a c f\right )} \cosh \left (d x + c\right ) + {\left (a d f x + a c f\right )} \sinh \left (d x + c\right )\right )} \log \left (-\frac {a \cosh \left (d x + c\right ) + a \sinh \left (d x + c\right ) - {\left (b \cosh \left (d x + c\right ) + b \sinh \left (d x + c\right )\right )} \sqrt {\frac {a^{2} + b^{2}}{b^{2}}} - b}{b}\right ) - {\left (a d^{2} f x^{2} + 2 \, a d^{2} e x + 4 \, a c d e - 2 \, a c^{2} f + 2 \, {\left (b d f x + b d e - b f\right )} \cosh \left (d x + c\right )\right )} \sinh \left (d x + c\right )}{2 \, {\left (b^{2} d^{2} \cosh \left (d x + c\right ) + b^{2} d^{2} \sinh \left (d x + c\right )\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)*sinh(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="fricas")

[Out]

-1/2*(b*d*f*x + b*d*e - (b*d*f*x + b*d*e - b*f)*cosh(d*x + c)^2 - (b*d*f*x + b*d*e - b*f)*sinh(d*x + c)^2 + b*
f - (a*d^2*f*x^2 + 2*a*d^2*e*x + 4*a*c*d*e - 2*a*c^2*f)*cosh(d*x + c) + 2*(a*f*cosh(d*x + c) + a*f*sinh(d*x +
c))*dilog((a*cosh(d*x + c) + a*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/
b + 1) + 2*(a*f*cosh(d*x + c) + a*f*sinh(d*x + c))*dilog((a*cosh(d*x + c) + a*sinh(d*x + c) - (b*cosh(d*x + c)
 + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b + 1) + 2*((a*d*e - a*c*f)*cosh(d*x + c) + (a*d*e - a*c*f)*sin
h(d*x + c))*log(2*b*cosh(d*x + c) + 2*b*sinh(d*x + c) + 2*b*sqrt((a^2 + b^2)/b^2) + 2*a) + 2*((a*d*e - a*c*f)*
cosh(d*x + c) + (a*d*e - a*c*f)*sinh(d*x + c))*log(2*b*cosh(d*x + c) + 2*b*sinh(d*x + c) - 2*b*sqrt((a^2 + b^2
)/b^2) + 2*a) + 2*((a*d*f*x + a*c*f)*cosh(d*x + c) + (a*d*f*x + a*c*f)*sinh(d*x + c))*log(-(a*cosh(d*x + c) +
a*sinh(d*x + c) + (b*cosh(d*x + c) + b*sinh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b) + 2*((a*d*f*x + a*c*f)*cos
h(d*x + c) + (a*d*f*x + a*c*f)*sinh(d*x + c))*log(-(a*cosh(d*x + c) + a*sinh(d*x + c) - (b*cosh(d*x + c) + b*s
inh(d*x + c))*sqrt((a^2 + b^2)/b^2) - b)/b) - (a*d^2*f*x^2 + 2*a*d^2*e*x + 4*a*c*d*e - 2*a*c^2*f + 2*(b*d*f*x
+ b*d*e - b*f)*cosh(d*x + c))*sinh(d*x + c))/(b^2*d^2*cosh(d*x + c) + b^2*d^2*sinh(d*x + c))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {{\left (f x + e\right )} \cosh \left (d x + c\right ) \sinh \left (d x + c\right )}{b \sinh \left (d x + c\right ) + a}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)*sinh(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="giac")

[Out]

integrate((f*x + e)*cosh(d*x + c)*sinh(d*x + c)/(b*sinh(d*x + c) + a), x)

________________________________________________________________________________________

maple [B]  time = 0.12, size = 483, normalized size = 2.28 \[ \frac {a f \,x^{2}}{2 b^{2}}-\frac {a e x}{b^{2}}+\frac {\left (d f x +d e -f \right ) {\mathrm e}^{d x +c}}{2 d^{2} b}-\frac {\left (d f x +d e +f \right ) {\mathrm e}^{-d x -c}}{2 d^{2} b}+\frac {a f c \ln \left (b \,{\mathrm e}^{2 d x +2 c}+2 a \,{\mathrm e}^{d x +c}-b \right )}{d^{2} b^{2}}-\frac {2 a f c \ln \left ({\mathrm e}^{d x +c}\right )}{d^{2} b^{2}}-\frac {a e \ln \left (b \,{\mathrm e}^{2 d x +2 c}+2 a \,{\mathrm e}^{d x +c}-b \right )}{d \,b^{2}}+\frac {2 a e \ln \left ({\mathrm e}^{d x +c}\right )}{d \,b^{2}}-\frac {a f \ln \left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right ) x}{d \,b^{2}}-\frac {a f \ln \left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right ) c}{d^{2} b^{2}}-\frac {a f \ln \left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right ) x}{d \,b^{2}}-\frac {a f \ln \left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right ) c}{d^{2} b^{2}}-\frac {a f \dilog \left (\frac {b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}+a}{a +\sqrt {a^{2}+b^{2}}}\right )}{d^{2} b^{2}}-\frac {a f \dilog \left (\frac {-b \,{\mathrm e}^{d x +c}+\sqrt {a^{2}+b^{2}}-a}{-a +\sqrt {a^{2}+b^{2}}}\right )}{d^{2} b^{2}}+\frac {2 a f c x}{d \,b^{2}}+\frac {a f \,c^{2}}{d^{2} b^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f*x+e)*cosh(d*x+c)*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)

[Out]

1/2*a*f*x^2/b^2-a*e*x/b^2+1/2*(d*f*x+d*e-f)/d^2/b*exp(d*x+c)-1/2*(d*f*x+d*e+f)/d^2/b*exp(-d*x-c)+1/d^2*a/b^2*f
*c*ln(b*exp(2*d*x+2*c)+2*a*exp(d*x+c)-b)-2/d^2*a/b^2*f*c*ln(exp(d*x+c))-1/d*a/b^2*e*ln(b*exp(2*d*x+2*c)+2*a*ex
p(d*x+c)-b)+2/d*a/b^2*e*ln(exp(d*x+c))-1/d*a/b^2*f*ln((-b*exp(d*x+c)+(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2)))*
x-1/d^2*a/b^2*f*ln((-b*exp(d*x+c)+(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2)))*c-1/d*a/b^2*f*ln((b*exp(d*x+c)+(a^2
+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))*x-1/d^2*a/b^2*f*ln((b*exp(d*x+c)+(a^2+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))*c
-1/d^2*a/b^2*f*dilog((b*exp(d*x+c)+(a^2+b^2)^(1/2)+a)/(a+(a^2+b^2)^(1/2)))-1/d^2*a/b^2*f*dilog((-b*exp(d*x+c)+
(a^2+b^2)^(1/2)-a)/(-a+(a^2+b^2)^(1/2)))+2/d*a/b^2*f*c*x+1/d^2*a/b^2*f*c^2

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ -\frac {1}{2} \, e {\left (\frac {2 \, {\left (d x + c\right )} a}{b^{2} d} - \frac {e^{\left (d x + c\right )}}{b d} + \frac {e^{\left (-d x - c\right )}}{b d} + \frac {2 \, a \log \left (-2 \, a e^{\left (-d x - c\right )} + b e^{\left (-2 \, d x - 2 \, c\right )} - b\right )}{b^{2} d}\right )} - \frac {1}{4} \, f {\left (\frac {2 \, {\left (a d^{2} x^{2} e^{c} - {\left (b d x e^{\left (2 \, c\right )} - b e^{\left (2 \, c\right )}\right )} e^{\left (d x\right )} + {\left (b d x + b\right )} e^{\left (-d x\right )}\right )} e^{\left (-c\right )}}{b^{2} d^{2}} - \int \frac {8 \, {\left (a^{2} x e^{\left (d x + c\right )} - a b x\right )}}{b^{3} e^{\left (2 \, d x + 2 \, c\right )} + 2 \, a b^{2} e^{\left (d x + c\right )} - b^{3}}\,{d x}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)*sinh(d*x+c)/(a+b*sinh(d*x+c)),x, algorithm="maxima")

[Out]

-1/2*e*(2*(d*x + c)*a/(b^2*d) - e^(d*x + c)/(b*d) + e^(-d*x - c)/(b*d) + 2*a*log(-2*a*e^(-d*x - c) + b*e^(-2*d
*x - 2*c) - b)/(b^2*d)) - 1/4*f*(2*(a*d^2*x^2*e^c - (b*d*x*e^(2*c) - b*e^(2*c))*e^(d*x) + (b*d*x + b)*e^(-d*x)
)*e^(-c)/(b^2*d^2) - integrate(8*(a^2*x*e^(d*x + c) - a*b*x)/(b^3*e^(2*d*x + 2*c) + 2*a*b^2*e^(d*x + c) - b^3)
, x))

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.00 \[ \int \frac {\mathrm {cosh}\left (c+d\,x\right )\,\mathrm {sinh}\left (c+d\,x\right )\,\left (e+f\,x\right )}{a+b\,\mathrm {sinh}\left (c+d\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((cosh(c + d*x)*sinh(c + d*x)*(e + f*x))/(a + b*sinh(c + d*x)),x)

[Out]

int((cosh(c + d*x)*sinh(c + d*x)*(e + f*x))/(a + b*sinh(c + d*x)), x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f*x+e)*cosh(d*x+c)*sinh(d*x+c)/(a+b*sinh(d*x+c)),x)

[Out]

Timed out

________________________________________________________________________________________